ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewBatchEditRequest<T> Class / OperatingItems Property

In This Topic
    OperatingItems Property (CollectionViewBatchEditRequest<T>)
    In This Topic
    The batch operating data.
    Syntax
    'Declaration
     
    Public Property OperatingItems As BatchOperatingData(Of T)
    public BatchOperatingData<T> OperatingItems {get; set;}
    See Also